home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 6 / MacMania 6.toast / / Tools&Utilities / EnterAct Stuff / Drag_on Modules / hAWK programs / numberLines < prev    next >
Text File  |  1992-04-05  |  109b  |  7 lines

  1. #numberLines: tack on line number to beginning of each line
  2. #(a bit primitive)
  3.     {
  4.     $0 = NR "\t" $0
  5.     print
  6.     }
  7.